PATH
WebObjects 4.5 Documentation
>
Post Install Guide
Cleaning Up After a Failed Uninstall
If for some reason the uninstall fails or is prematurely aborted, you can perform the following steps to uninstall WebObjects manually.
Log in as
root
.
Remove the contents of the
NEXT_ROOT
directory with:
rm -rf NEXT_ROOT
Remove the
ApplePDOstartup
scripts from
/etc
with:
cd /etc
find . -name `*Apple*' -print | xargs rm -f
© 1999 Apple Computer, Inc. – (Last Updated 19 Oct 99)